home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / JEUX / GinRummyProEval.EXE / %MAINDIR% / GinRummy.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1998-10-29  |  2.8 KB  |  129 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 198
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 302
  7.   ClientWidth = 425
  8.   Color = 13085714
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 13
  21.     Top = 268
  22.     Width = 401
  23.     Height = 22
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Internet : http://www.recreasoft.com'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -21
  30.     Font.Name = 'Times New Roman'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object FrameSplash: TGroupBox
  35.     Left = 12
  36.     Top = 8
  37.     Width = 401
  38.     Height = 251
  39.     TabOrder = 0
  40.     object ImgLogo: TImage
  41.       Left = 10
  42.       Top = 14
  43.       Width = 32
  44.       Height = 32
  45.       Picture.Data = {<image000.ico>}
  46.       Stretch = True
  47.     end
  48.     object lblCompanyProduct: TLabel
  49.       Left = 53
  50.       Top = 15
  51.       Width = 224
  52.       Height = 36
  53.       Caption = 'Gin Rummy Pro !'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -32
  57.       Font.Name = 'Times New Roman'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object lblCopyright: TLabel
  62.       Left = 13
  63.       Top = 51
  64.       Width = 53
  65.       Height = 13
  66.       Caption = 'Copyright...'
  67.     end
  68.     object lblCoAuthors: TLabel
  69.       Left = 14
  70.       Top = 69
  71.       Width = 307
  72.       Height = 13
  73.       Caption = 
  74.         'Thanks to Carta Mundi for their authorization to use Atlantis ca' +
  75.         'rds'
  76.     end
  77.     object lblLicenseTo: TLabel
  78.       Left = 15
  79.       Top = 85
  80.       Width = 75
  81.       Height = 13
  82.       Caption = 'Version d'#39'∩┐╜val...'
  83.     end
  84.     object lblWarning: TLabel
  85.       Left = 15
  86.       Top = 103
  87.       Width = 373
  88.       Height = 92
  89.       AutoSize = False
  90.       Caption = 'Avertissement...'
  91.       Color = 16777088
  92.       ParentColor = False
  93.       WordWrap = True
  94.     end
  95.     object PanelStartFrench: TButton
  96.       Left = 213
  97.       Top = 206
  98.       Width = 176
  99.       Height = 30
  100.       Cursor = crHandPoint
  101.       Caption = 'FRANCAIS'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -21
  105.       Font.Name = 'Times New Roman'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 1
  109.       OnClick = PanelStartFrenchClick
  110.     end
  111.     object PanelStartEnglish: TButton
  112.       Left = 16
  113.       Top = 206
  114.       Width = 176
  115.       Height = 30
  116.       Cursor = crHandPoint
  117.       Caption = 'ENGLISH'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clWindowText
  120.       Font.Height = -21
  121.       Font.Name = 'Times New Roman'
  122.       Font.Style = []
  123.       ParentFont = False
  124.       TabOrder = 0
  125.       OnClick = PanelStartEnglishClick
  126.     end
  127.   end
  128. end
  129.